home *** CD-ROM | disk | FTP | other *** search
- /* config.h: compile time configuration parameters */
-
-
- #ifndef _H_CONFIG
- #define _H_CONFIG
-
- #define NDBM
-
-
- /* define the following if you require BIND nameserver support for SMTP */
- /* #define NAMESERVER */
-
- #define PP_DEBUG_ALL 2
- #define PP_DEBUG_SOME 1
- #define PP_DEBUG_NONE 0
- /* turning off all debugging causes the make to fail with lots of
- * missing routines . This needs some work.
- */
- #define PP_DEBUG PP_DEBUG_SOME
-
- /*
- * define the following if you require user tools to use uk domain ordering
- * by default
- * #define UKORDER
- */
-
- #define HPUX
- #define SYS5
- #endif
-